home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / ui_key.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-25  |  1.7 KB  |  61 lines

  1. /*****************************************************************************
  2.   FILE           : ui_key.h
  3.   SHORTNAME      : key.h
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : Header file of correspondent '.c' file
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Tilman Sommer
  10.   DATE           : 6.6.1990
  11.  
  12.   CHANGED BY     :
  13.   IDENTIFICATION : @(#)ui_key.h    1.9 3/2/94
  14.   SCCS VERSION   : 1.9
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.              
  19. ******************************************************************************/
  20.  
  21.  
  22. #ifndef _UI_KEY_DEFINED_
  23. #define _UI_KEY_DEFINED_
  24.  
  25.  
  26.  
  27.  
  28. extern void ui_key_popMenu (struct Ui_DisplayType *displayPtr);
  29. extern void ui_key_init (void);
  30. extern void ui_can_KEventProc (Widget w, struct Ui_DisplayType *displayPtr, 
  31.                 XEvent *event);
  32.  
  33.  
  34. extern StateType  ui_key_currentState,
  35.         ui_key_returnUnitState;  /* dito from state UNIT */
  36.  
  37. extern struct PosType  ui_key_eventPos;     /* position of current event */
  38. extern int             ui_key_unitNo;    /* unit at this position, else ZERO */
  39.                 /* current key event */
  40. extern Bool              ui_safetyFlg; /* safety on of off */
  41. extern FlagType          ui_key_linksToHandle; /* which links are to handle:
  42.                                            UI_ALL (input and output)
  43.                                            UI_INPUT UI_OUTPUT UI_NONE */
  44. extern FlagType          ui_key_action; /* used for MOVE and COPY to tell the
  45.                                     mouse event handler the selected action */
  46.  
  47. extern Bool            ui_outlineActive; /* waiting for a 
  48.                         destination position */
  49.  
  50.  
  51.  
  52.  
  53.  
  54. #endif /* _UI_KEY_DEFINED_ */
  55.  
  56.  
  57. /* end of file */
  58. /* lines: 28 */
  59.  
  60. /* 60 lines generated by deleteprivatedefinitions.awk */
  61.